.step_2_booking_summary{
	padding: 48px 60px;
	width: 589px;
	border-radius: 15px;
  	border: solid 2px #eef1f5;
  	background-color: #fff;
}
.step_2_booking_summary p{	
	font-size: 15px;
  	font-weight: 500;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.1;
  	letter-spacing: normal;
  	text-align: center;
  	color: #232323;
  	margin-bottom: 29px;
}
.step_2_booking_summary p:nth-child(2){
	font-weight: normal;
	color: #707070;
}
.booking_step_2_total p{
	margin-bottom:0px;
}
.booking_step_2_total{	
	border-top: solid 1px #eef1f5;
    padding-top: 28.5px;
}
.booking_step_2_total p:nth-child(2){
	font-weight: 600;
	color: #232323;
}
/* form{
	  display: inline-flex;
} */
.value-button {
    border: 1px solid #c5c5c5;
    margin: 0px;
    width: 36px;
    height: 39px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    color: #232323;
}
.value-button:hover {
    cursor: pointer;
}
input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin: 0px;
    width: 60px;
    height: 39px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #707070;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkPageCounter
{
    display: inline-flex;
}
